home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive 11 / CDROM11.iso / pc / fishwish / data / intro.dir / 00034_Main Movie Script.ls < prev    next >
Encoding:
Text File  |  1995-05-31  |  339 b   |  23 lines

  1. global memMode
  2.  
  3. on startMovie
  4.   cursor(200)
  5.   set the keyDownScript to "goHome"
  6.   if memMode = 8 then
  7.     preLoad(1, the lastFrame)
  8.   else
  9.     preLoad(1, "break0")
  10.   end if
  11. end
  12.  
  13. on goHome
  14.   go("fade", "home.dir")
  15. end
  16.  
  17. on stopMovie
  18.   repeat with count = 1 to 4
  19.     sound stop count
  20.     set the volume of sound count to 255
  21.   end repeat
  22. end
  23.